home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / sticpsrc.lzh / DOC / BULL.ARC / BULL.TXT
Text File  |  1990-05-26  |  2KB  |  43 lines

  1. To automatically distribute bulletins via the BBS network using the PE1CHL
  2. version of KA9Q NET, proceed as follows:
  3.  
  4. Create the bulletin as a textfile in the MQUEUE directory, using a unique
  5. filename with the .TXT extension, e.g. "BULL0001.TXT".
  6.  
  7. The first 4 lines of this textfile should be like this:
  8.  
  9. Subject: Sending bulletins to the BBS
  10. From: PE1CHL
  11. Message-Id: <456@pe1chl>
  12. X-BBS-Msg-type: B
  13.  
  14. The lines can be in any sequence.  It is also possible to add other
  15. RFC822-style header lines, like "Date:", to this group of lines.
  16. The headers end with an empty line.
  17.  
  18. After the empty line, put the body of your message.  Do not use lines with
  19. only a ^Z, a period or the text /EX on it, because these will cause the message
  20. to be truncated by some systems.
  21.  
  22. When the textfile is finished, create a file with the same name, but the
  23. extension .WRK, e.g. "BULL0001.WRK".
  24. This file must have three lines, that look like this:
  25.  
  26. pi8ayb.bbs
  27. pe1chl.ampr.org
  28. all%nldnet@pi8ayb.bbs
  29.  
  30. The first line is the BBS where the message should be uploaded (plus a .bbs
  31. extension)
  32. The second line is the identification of your station
  33. The third line specifies the destination of the bulletin.  The parts "all"
  34. and "nldnet" are sent to the BBS during the upload.
  35.  
  36. Make sure that there are no empty lines at the end of the file!  There must
  37. be only three lines, or the procedure will fail!
  38.  
  39. When these files are created, and the forward script for "pi8ayb.bbs" exists,
  40. the bulletin is automatically uploaded at the next smtp timer tick.
  41. When the uploading is okay (as far as the forward script is concerned), the
  42. .WRK and .TXT files will be automatically deleted.
  43.